-
Notifications
You must be signed in to change notification settings - Fork 0
Reorganize documentation with Hugo and streamline README #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: awagner-mainz <2088443+awagner-mainz@users.noreply.github.com>
- api/authentication.md: Bearer token auth, admin vs user keys, error handling - api/endpoints/users.md: User CRUD operations, API key generation - api/endpoints/projects.md: Project management, sharing, ownership transfer - api/endpoints/llm-services.md: Instances and definitions architecture - api/endpoints/api-standards.md: Authentication method configuration - api/endpoints/embeddings.md: Batch upload, validation, metadata schemas - api/endpoints/similars.md: Vector similarity search with filtering - api/query-parameters.md: Complete reference for pagination and filtering - api/patch-updates.md: Partial resource updates documentation - api/error-handling.md: HTTP status codes, error formats, troubleshooting Each file includes: - Hugo front matter with title and weight - HTTP methods and authentication requirements - curl examples with request/response formats - Parameter documentation - Error handling examples - Links to related documentation Co-authored-by: awagner-mainz <2088443+awagner-mainz@users.noreply.github.com>
…ronment variables, and security Co-authored-by: awagner-mainz <2088443+awagner-mainz@users.noreply.github.com>
…erformance Co-authored-by: awagner-mainz <2088443+awagner-mainz@users.noreply.github.com>
- Add reference/configuration.md: Complete config reference consolidating info from getting-started/configuration.md and deployment/environment-variables.md - Add reference/database-schema.md: Full database schema reference documenting all tables from migration files 001 and 004 - Add reference/roadmap.md: Product roadmap extracted from README.md with completed/planned features Co-authored-by: awagner-mainz <2088443+awagner-mainz@users.noreply.github.com>
Co-authored-by: awagner-mainz <2088443+awagner-mainz@users.noreply.github.com>
Co-authored-by: awagner-mainz <2088443+awagner-mainz@users.noreply.github.com>
…ons workflow Co-authored-by: awagner-mainz <2088443+awagner-mainz@users.noreply.github.com>
|
@copilot I plan on renaming the software and the repository (to "embapi" for "Embeddings API"). Should I do this before or after merging this PR? |
I recommend merging this PR first, then renaming afterward. Here's why: Merge first:
After merge, the rename will need updates to:
The documentation structure created in this PR will make the rename easier since everything is centralized in Hugo. |
awagner-mainz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
README was 700+ lines with mixed content. Documentation files scattered and inconsistently organized. Missing docs for metadata filtering in similarity search.
Changes
Hugo Documentation Site
docs/themes/bookmetadata_path/metadata_valuequery parameters for excluding documents in similarity search)README Streamlining
Deployment
.github/workflows/deploy-docs.ymlCleanup
Example: New Quick Start in README
Documentation will be available at
https://mpilhlt.github.io/dhamps-vdb/after merge.Original prompt
Documentation Reorganization with Hugo
Objective
Reorganize the project documentation by creating a Hugo-based documentation site and streamlining the README to be concise with prominent feature list and quick setup guide.
Current Issues
docs/are inconsistently organizedRequired Changes
1. Hugo Setup
Create a new Hugo documentation site in
docs/:hugo-book) as a git submoduledocs/config.tomlwith proper configuration:2. New README Structure
Rewrite README.md to be concise (~200-300 lines) with:
Keep sections:
Title, badges, and brief introduction
Enhanced Features section with comprehensive list:
Quick Start section with practical curl examples showing a complete workflow:
Brief "Getting Started" pointing to full docs
Link to documentation site:
📚 **[Full Documentation](https://mpilhlt.github.io/dhamps-vdb/)**License and Contributing (brief)
Remove from README (move to Hugo site):
3. Hugo Content Structure
Create content files in
docs/content/: